derelict_extras-glib ~master (2022-04-09T03:18:16.0133507)
Dub
Repo
_GMutex
derelict
glib
gthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
union
_GMutex {
gpointer
p
;
guint
[
2
]
i
;
}
Members
Variables
i
guint
[
2
]
i
;
Undocumented in source.
p
gpointer
p
;
Undocumented in source.
Meta
Source
See Implementation
derelict
glib
gthread
aliases
GCond
GMutex
GOnce
GOnceStatus
GPrivate
GRWLock
GRecMutex
GThread
GThreadError
GThreadFunc
da_g_cond_broadcast
da_g_cond_clear
da_g_cond_init
da_g_cond_signal
da_g_cond_wait
da_g_cond_wait_until
da_g_mutex_clear
da_g_mutex_init
da_g_mutex_lock
da_g_mutex_trylock
da_g_mutex_unlock
da_g_once_impl
da_g_once_init_enter
da_g_once_init_leave
da_g_private_get
da_g_private_replace
da_g_private_set
da_g_rec_mutex_clear
da_g_rec_mutex_init
da_g_rec_mutex_lock
da_g_rec_mutex_trylock
da_g_rec_mutex_unlock
da_g_rw_lock_clear
da_g_rw_lock_init
da_g_rw_lock_reader_lock
da_g_rw_lock_reader_trylock
da_g_rw_lock_reader_unlock
da_g_rw_lock_writer_lock
da_g_rw_lock_writer_trylock
da_g_rw_lock_writer_unlock
da_g_thread_error_quark
da_g_thread_exit
da_g_thread_join
da_g_thread_new
da_g_thread_ref
da_g_thread_self
da_g_thread_try_new
da_g_thread_unref
da_g_thread_yield
enums
_Anonymous_0
_Anonymous_1
functions
g_cond_broadcast
g_cond_clear
g_cond_init
g_cond_signal
g_cond_wait
g_cond_wait_until
g_mutex_clear
g_mutex_init
g_mutex_lock
g_mutex_trylock
g_mutex_unlock
g_once_impl
g_once_init_enter
g_once_init_leave
g_private_get
g_private_replace
g_private_set
g_rec_mutex_clear
g_rec_mutex_init
g_rec_mutex_lock
g_rec_mutex_trylock
g_rec_mutex_unlock
g_rw_lock_clear
g_rw_lock_init
g_rw_lock_reader_lock
g_rw_lock_reader_trylock
g_rw_lock_reader_unlock
g_rw_lock_writer_lock
g_rw_lock_writer_trylock
g_rw_lock_writer_unlock
g_thread_error_quark
g_thread_exit
g_thread_join
g_thread_new
g_thread_ref
g_thread_self
g_thread_try_new
g_thread_unref
g_thread_yield
structs
_GCond
_GOnce
_GPrivate
_GRWLock
_GRecMutex
_GThread
unions
_GMutex